JavaTM 2
Platform
Std.  Ed.  v1. 4.0

Ŭ·¡½º
java.awt.font.FontRenderContext ÀÇ »ç¿ë

FontRenderContext ¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö
java.awt À¯Àú ÀÎÅÍÆäÀ̽ºÀÇ ÀÛ¼º ¹× ±×·¡ÇȽº¿Í À̹ÌÁöÀÇ paint¿ëÀÇ ¸ðµç Ŭ·¡½º¸¦ Æ÷ÇÔÇÕ´Ï´Ù.  
java.awt.font ÆùÆ® °ü·ÃÀÇ Å¬·¡½º ¹× ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
 

java.awt ¿¡¼­ÀÇ FontRenderContext ÀÇ »ç¿ë
 

FontRenderContext ¸¦ µ¹·ÁÁÖ´Â java.awt ÀÇ ¸Þ¼Òµå
abstract  FontRenderContext Graphics2D. getFontRenderContext ()
          ÀÌ Graphics2D ¹®¸Æ¿¡¼­ÀÇ Font ÀÇ Ç¥Çö ¹®¸ÆÀ» µ¹·ÁÁÝ´Ï´Ù.
 

FontRenderContext ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â java.awt ÀÇ ¸Þ¼Òµå
 LineMetrics Font. getLineMetrics (String  str, FontRenderContext  frc)
          ÁöÁ¤µÈ String ¹× FontRenderContext ·Î »ý¼ºµÈ LineMetrics ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
 LineMetrics Font. getLineMetrics (String  str, int beginIndex, int limit, FontRenderContext  frc)
          ÁöÁ¤µÈ Àμö·Î »ý¼ºµÈ LineMetrics ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
 LineMetrics Font. getLineMetrics (char[] chars, int beginIndex, int limit, FontRenderContext  frc)
          ÁöÁ¤µÈ Àμö·Î »ý¼ºµÈ LineMetrics ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
 LineMetrics Font. getLineMetrics (CharacterIterator  ci, int beginIndex, int limit, FontRenderContext  frc)
          ÁöÁ¤µÈ Àμö·Î »ý¼ºµÈ LineMetrics ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
 Rectangle2D Font. getStringBounds (String  str, FontRenderContext  frc)
          ÁöÁ¤µÈ FontRenderContext ÀÇ ÁöÁ¤µÈ String ÀÇ ³í¸® ¹Ù¿îµå¸¦ µ¹·ÁÁÝ´Ï´Ù.
 Rectangle2D Font. getStringBounds (String  str, int beginIndex, int limit, FontRenderContext  frc)
          ÁöÁ¤µÈ FontRenderContext ÀÇ ÁöÁ¤µÈ String ÀÇ ³í¸® ¹Ù¿îµå¸¦ µ¹·ÁÁÝ´Ï´Ù.
 Rectangle2D Font. getStringBounds (char[] chars, int beginIndex, int limit, FontRenderContext  frc)
          ÁöÁ¤µÈ FontRenderContext ÀÇ ÁöÁ¤µÈ ij¸¯ÅÍ ¹è¿­ÀÇ ³í¸® ¹Ù¿îµå¸¦ µ¹·ÁÁÝ´Ï´Ù.
 Rectangle2D Font. getStringBounds (CharacterIterator  ci, int beginIndex, int limit, FontRenderContext  frc)
          ÁöÁ¤µÈ FontRenderContext ÀÇ ÁöÁ¤µÈ CharacterIterator ÀÇ ³í¸® ¹Ù¿îµå¸¦ µ¹·ÁÁÝ´Ï´Ù.
 Rectangle2D Font. getMaxCharBounds (FontRenderContext  frc)
          ÁöÁ¤µÈ FontRenderContext ·Î, ÃÖ´ëÀÇ °æ°è¸¦ °¡Áö´Â ij¸¯ÅÍÀÇ °æ°è¸¦ µ¹·ÁÁÝ´Ï´Ù.
 GlyphVector Font. createGlyphVector (FontRenderContext  frc, String  str)
          ÀÌ Font ÀÇ Unicode cmap ¸¦ º£À̽º·Î ÇØ, ij¸¯ÅÍ¿Í ±Û¸®ÇÁ(glyph)¸¦ 1 ´ë 1 ¿¡ ¸ÅÇÎ ÇØ,GlyphVector ¸¦ »ý¼ºÇÕ´Ï´Ù.
 GlyphVector Font. createGlyphVector (FontRenderContext  frc, char[] chars)
          ÀÌ Font ÀÇ Unicode cmap ¸¦ º£À̽º·Î ÇØ, ij¸¯ÅÍ¿Í ±Û¸®ÇÁ(glyph)¸¦ 1 ´ë 1 ¿¡ ¸ÅÇÎ ÇØ,GlyphVector ¸¦ »ý¼ºÇÕ´Ï´Ù.
 GlyphVector Font. createGlyphVector (FontRenderContext  frc, CharacterIterator  ci)
          ÀÌ Font ÀÇ Unicode cmap ¸¦ º£À̽º·Î ÇØ, ÁöÁ¤µÈ ij¸¯ÅÍ¿Í ±Û¸®ÇÁ(glyph)¸¦ 1 ´ë 1 ¿¡ ¸ÅÇÎ ÇØ,GlyphVector ¸¦ »ý¼ºÇÕ´Ï´Ù.
 GlyphVector Font. createGlyphVector (FontRenderContext  frc, int[] glyphCodes)
          ÀÌ Font ÀÇ Unicode cmap ¸¦ º£À̽º·Î ÇØ, ij¸¯ÅÍ¿Í ±Û¸®ÇÁ(glyph)¸¦ 1 ´ë 1 ¿¡ ¸ÅÇÎ ÇØ,GlyphVector ¸¦ »ý¼ºÇÕ´Ï´Ù.
 GlyphVector Font. layoutGlyphVector (FontRenderContext  frc, char[] text, int start, int limit, int flags)
          °¡´ÉÇÑ °æ¿ì¿¡ ÅØ½ºÆ®ÀÇ ¿ÏÀüÇÑ ·¹À̾ƿôÀ» ½Ç½ÃÇÏ´Â »õ·Î¿î GlyphVector ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
 

java.awt.font ¿¡¼­ÀÇ FontRenderContext ÀÇ »ç¿ë
 

FontRenderContext ¸¦ µ¹·ÁÁÖ´Â java.awt.font ÀÇ ¸Þ¼Òµå
abstract  FontRenderContext GlyphVector. getFontRenderContext ()
          GlyphVector ¿¡ °ü·ÃÇÑ FontRenderContext ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 

FontRenderContext ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â java.awt.font ÀÇ ¸Þ¼Òµå
 Rectangle GlyphVector. getPixelBounds (FontRenderContext  renderFRC, float x, float y)
          ÁöÁ¤µÈ À§Ä¡¿¡¼­ ÁöÁ¤µÈ FontRenderContext ¸¦ »ç¿ëÇØ Graphics ³»¿¡ ÀÌ GlyphVector °¡ Ç¥Çö µÉ ¶§ÀÇ À妽ºÀÇ À§Ä¡¿¡ ÀÖ´Â ±Û¸®ÇÁ(glyph)ÀÇ Çȼ¿ °æ°è¸¦ µ¹·ÁÁÝ´Ï´Ù.
 Rectangle GlyphVector. getGlyphPixelBounds (int index, FontRenderContext  renderFRC, float x, float y)
          ÁöÁ¤µÈ À§Ä¡¿¡¼­ ÁöÁ¤µÈ FontRenderContext ¸¦ »ç¿ëÇØ Graphics ³»¿¡ ÀÌ GlyphVector °¡ Ç¥Çö µÉ ¶§ÀÇ À妽ºÀÇ À§Ä¡¿¡ ÀÖ´Â ±Û¸®ÇÁ(glyph)ÀÇ Çȼ¿ °æ°è¸¦ µ¹·ÁÁÝ´Ï´Ù.
 boolean FontRenderContext. equals (FontRenderContext  rhs)
          rhs ÀÇ º¯È¯, ÆòȰȭ, ¹× ºÎºÐ ¸ÞÆ®¸¯½ºÀÇ °ªÀÌ À̰Ͱú µ¿ÀÏÇÑ °æ¿ì´Â true ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 

FontRenderContext ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â java.awt.font ÀÇ constructor
TextLayout (String  string, Font  font, FontRenderContext  frc)
          String ¹× Font ·ÎºÎÅÍ TextLayout ¸¦ ±¸ÃàÇÕ´Ï´Ù.
TextLayout (String  string, Map  attributes, FontRenderContext  frc)
          String ¹× ¼Ó¼º ¼¼Æ®·ÎºÎÅÍ TextLayout ¸¦ ±¸ÃàÇÕ´Ï´Ù.
TextLayout (AttributedCharacterIterator  text, FontRenderContext  frc)
          ¼­½Ä ÷ºÎ ÅØ½ºÆ®ÀÇ ¹Ýº¹ÀڷκÎÅÍ TextLayout ¸¦ ±¸ÃàÇÕ´Ï´Ù.
TextMeasurer (AttributedCharacterIterator  text, FontRenderContext  frc)
          ¼Ò½º ÅØ½ºÆ®·ÎºÎÅÍ TextMeasurer ¸¦ ±¸ÃàÇÕ´Ï´Ù.
LineBreakMeasurer (AttributedCharacterIterator  text, FontRenderContext  frc)
          ÁöÁ¤µÈ ÅØ½ºÆ®¿¡ ´ëÇÑ LineBreakMeasurer ¸¦ ±¸ÃàÇÕ´Ï´Ù.
LineBreakMeasurer (AttributedCharacterIterator  text, BreakIterator  breakIter, FontRenderContext  frc)
          ÁöÁ¤µÈ ÅØ½ºÆ®¿¡ ´ëÇÑ LineBreakMeasurer ¸¦ ±¸ÃàÇÕ´Ï´Ù.
 


JavaTM 2
Platform
Std.  Ed.  v1. 4.0

¹ö±×ÀÇ º¸°í¿Í ±â´ÉÀÇ ¸®Äù½ºÆ®
ÀÌ¿ÜÀÇ API ·¹ÆÛ·±½º ¹× °³¹ßÀÚ¿ë ¹®¼­¿¡ ´ëÇØ¼­´Â Java 2 SDK SE °³¹ßÀÚ¿ë ¹®¼­¸¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. °³¹ßÀÚÀü¿ëÀÇ »ó¼¼ÇÑ ÇØ¼³, °³³äÀÇ °³¿ä, ¿ë¾îÀÇ Á¤ÀÇ, ¹ö±×ÀÇ È¸ÇÇÃ¥, ¹× ÄÚµå ½Ç·Ê°¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ À־ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.