One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
texlive
/
texmf-dist
/
metapost
/
metauml
/
View File Name :
metauml_skin_simple.mp
% Copyright 2005 2015 Ovidiu Gheorghies % Licensed under the Apache License, Version 2.0. %% Usage of skins %% %% Skins are configuration files that, in geneal, customize the settings of %% MetaUML *Info objects. You most likely want to include the skin file after %% all other MetaUML files have been included: %% %% input metauml %% input metauml_skin_simple %% %% % normal usage of MetaUML follows here %% %% More advanced skin files might customize fonts for specific elements %% (eg for Class and Note), and also colors (eg foreground, shade, line etc.) if known _metauml_skin_simple_mp: expandafter endinput fi; _metauml_skin_simple_mp:=1; iClass.foreColor := blue; iClass.iName.iFont.name := "cmr12"; iClass.iAttributeStack.iPict.iFont.name := "cmr10"; iClass.iMethodStack.iPict.iFont.name := "cmr10";