Lines Matching defs:font
251 // The fixed pitch bit is set if the font is *not* fixed pitch.
255 // Used a logfont on a memory context, should never get a device font.
257 // If the font has cubic outlines, it will not be rendered with ClearType.
406 // glyph id in a font file are continuous. So, even if we have ranges,
422 // font cache, then generate this mapping table from there. It's
457 void init(HFONT font, const XFORM& xform) {
458 fFont = font;
591 /** Scales font to EM size. */
704 // Used a logfont on a memory context, should never get a device font.
708 // we have an outline font. Otherwise we have a vector FON, which is
709 // scalable, but not an outline font.
1639 // To request design units, create a logical font whose height is specified
1668 // If bit 1 is set, the font may not be embedded in a document.
1669 // If bit 1 is clear, the font can be embedded.
1681 // If this bit is clear the font is a fixed pitch font.
1694 // The main italic angle of the font, in tenths of a degree counterclockwise
1708 // This probably isn't very good with an italic font.
1774 Introduces a font to GDI. On failure will return nullptr. The returned handle
1795 // Create a unique and unpredictable font name.
1803 // Change the name of the font.
1809 // Register the font with GDI.
1865 * 'default character' specified by the font, then often the first character found is used.
2132 //TODO: if this is a bitmap font, squash hinting and subpixel.