|
|
| 데이타맨 관리자 |
데이타맨 관리자는 원래 데이타맨을 위한 폴더 정보를 기록하는 프로그램을 리눅스 파일(Nautilus) 관리자용으로 사용하도록 수정한 프로그램 입니다.
LIVE 시스템에서는
데이타맨 관리자는 LIVE 시스템 기본 프로그램에 포함되어 있지 않습니다. 그래서 /mnt/docs/LIVE/thumbnailer.tar.gz에 추가 프로그램이 있습니다.
|
|
* 프로그램의 설정이 계속 유지 되길 원하시면, 설정용 파일(들)과 폴더(들)을 내문서(/mnt/docs)의 'LIVE' 폴더에 복사해 넣은 후 재시작 해 주세요.
원하는 폴더에서 마우스 오른쪽 버튼을 누르고 '데이타맨 관리자'를 선택하시면 폴더 정보를 설정할 수 있는 관리자가 실행 됩니다.
원하는 항목을 선택하신 후 내용을 입력하고 저장하시면 됩니다.
'The Pango Markup Language'은 간단한 SGML 비슷한 태그 언어로, 문장을 보다 다양하게 표현할 수 있게 해줍니다.
문장을 꾸미는 간단한 예문:
<span foreground="blue" size="100">Blue text</span> is <i>cool</i>!
<span> .... </span> 태그에 사용할 수 있는 구문:
font_desc | A font description string, such as "Sans Italic 12"; note that any other span attributes will override this description. So if you have "Sans Italic" and also a style="normal" attribute, you will get Sans normal, not italic. |
font_family | A font family name such as "normal", "sans", "serif" or "monospace". |
face | A synonym for font_family |
size | The font size in thousandths of a point, or one of the absolute sizes 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', or one of the relative sizes 'smaller' or 'larger'. |
style | The slant style - one of 'normal', 'oblique', or 'italic' |
weight | The font weight - one of 'ultralight', 'light', 'normal', 'bold', 'ultrabold', 'heavy', or a numeric weight. |
variant | The font variant - either 'normal' or 'smallcaps'. |
stretch | The font width - one of 'ultracondensed', 'extracondensed', 'condensed', 'semicondensed', 'normal', 'semiexpanded', 'expanded', 'extraexpanded', 'ultraexpanded'. |
foreground | An RGB color specification such as '#00FF00' or a color name such as 'red'. |
background | An RGB color specification such as '#00FF00' or a color name such as 'red'. |
underline | The underline style - one of 'single', 'double', 'low', or 'none'. |
rise | The vertical displacement from the baseline, in ten thousandths of an em. Can be negative for subscript, positive for superscript. |
strikethrough | 'true' or 'false' whether to strike through the text. |
fallback | If True enable fallback to other fonts of characters are missing from the current font. If disabled, then characters will only be used from the closest matching font on the system. No fallback will be done to other fonts on the system that might contain the characters in the text. Fallback is enabled by default. Most applications should not disable fallback. |
lang | A language code, indicating the text language. |
<i>cool</i> 처럼 사용할 수 있는 구문:
b | Make the text bold. |
big | Makes font relatively larger, equivalent to <span size="larger">. |
i | Make the text italic. |
s | Strikethrough the text. |
sub | Subscript the text. |
sup | Superscript the text. |
small | Makes font relatively smaller, equivalent to <span size="smaller">. |
tt | Use a monospace font. |
u | Underline the text. |
|