Records 1 to 10 of 10
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
10 Font API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
RemoveFontResourceThe RemoveFontResource function removes the fonts in the specified file from the Windows font table....Hits: 1813 Rating: (2.93) votes 685
GetTextExtentPoint32The GetTextExtentPoint32 function computes the width and height of the specified string of text. This function supersedes the GetTextExtentPoint function....Hits: 2598 Rating: (2.96) votes 408
EnumFontFamiliesExThe EnumFontFamiliesEx function enumerates all fonts in the system that match the font characteristics specified by the LOGFONT structure. EnumFontFamiliesEx enumerates fonts based on typeface name, character set, or both....Hits: 2524 Rating: (3.10) votes 450
EnumFontFamiliesThe EnumFontFamilies function enumerates the fonts in a specified font family that are available on a specified device. This function supersedes the EnumFonts function....Hits: 1799 Rating: (2.84) votes 332
AddFontResourceThe AddFontResource function adds the font resource from the specified file to the system font table. The font can subsequently be used for text output by any Win32-based application....Hits: 3016 Rating: (3.00) votes 587
LOGFONT StructureLOGFONT-type variables hold information about a logical font. A logical font is created from one of the stored font faces and is given various attributes such as size and style. The various members of the structure specify properties of the logical font. ...Hits: 1571 Rating: (2.89) votes 255
EnumFontsThe EnumFonts function enumerates the fonts available on a specified device. For each font with the specified typeface name, the EnumFonts function retrieves information about that font and passes it to the application-defined callback function. This callback function can process the font informatio...Hits: 1610 Rating: (2.92) votes 371
CreateFontThe CreateFont function creates a logical font that has specific characteristics. The logical font can subsequently be selected as the font for any device....Hits: 2943 Rating: (3.01) votes 323
CHOOSEFONTThe ChooseFont function creates a Font common dialog box that enables the user to choose attributes for a logical font. These attributes include a typeface name, style (bold, italic, or regular), point size, effects (underline, strikeout, and text color), and a script (or character set)....Hits: 2138 Rating: (3.05) votes 314
Records 1 to 10 of 10
|